home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Productivity / NoteBook 2.0.dmg / NoteBook.app / Contents / Resources / English.lproj / NoteBookHelp / default.aspx < prev    next >
Encoding:
Text File  |  2005-03-29  |  226 b   |  6 lines

  1. <%@ Page Language="C#" Description="Circus Ponies Website" debug="False" contentType="text/html" responseEncoding="utf-8" %>
  2. <% 
  3.     // Just a simple re-direct to the right place
  4.     Response.Redirect("./notebooktitle.htm");
  5. %>
  6.